home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / CM / IM2WC10.ZIP / README.DOC < prev   
Encoding:
Text File  |  1994-04-08  |  4.7 KB  |  136 lines

  1.                                   IM2WC v1.0
  2.  
  3.                                  For Users of
  4.                        Wildcat v3.x and InterMail v2.2x
  5.  
  6. I.      Purpose
  7.  
  8. IM2WC is a utility that parses the DOBBS.BAT file created by 
  9. InterMail and passes the MNP flag to Wildcat through the EXEBBS.BAT
  10. file you create.  In order for this program to work, the EC modem
  11. flag must be set to "Y" for all connection speeds in your InterMail 
  12. modem setup. If you don't have an error-correcting modem, DO NOT USE
  13. this program. 
  14.  
  15. II.     How it works
  16.  
  17. Put IM2WC.EXE in your InterMail directory.
  18.  
  19. Assuming you are using InterMail with Wildcat, you have an error-
  20. correcting modem, and your InterMail EC modem flags are on, a
  21. typical DOBBS.BAT might look like this:
  22.  
  23. EXEBBS 14400 2 640 /Arq 1
  24. |      |     | |   |    |
  25. |      |     | |   |    Mailer ID #
  26. |      |     | |   Error correction string 
  27. |      |     | Time in minutes until next event
  28. |      |     Com port
  29. |      Modem-to-modem connect speed
  30. tells DOBBS.BAT to call the EXEBBS.BAT file you create.
  31.  
  32. The EXEBBS.BAT file must make sense of the information contained
  33. in DOBBS.BAT, and then pass that information on to Wildcat for
  34. Wildcat's proper use.  That is where IM2WC comes in.
  35.  
  36. IM2WC reads DOBBS.BAT and translates the information into the form
  37. that Wildcat needs.  It is called from your EXEBBS.BAT file, which
  38. might look like this:
  39.  
  40. @ECHO OFF
  41. IM2WC C:\WC30
  42. C:
  43. CD\WC30
  44. CALL DOWC.BAT
  45. C:
  46. CD\IM
  47.  
  48. IM2WC takes one argument: the location of your Wildcat home directory.
  49. IM2WC will NOT work without it. IM2WC then writes a batch file
  50. called DOWC.BAT in your Wildcat directory, the EXEBBS.BAT changes 
  51. the directory to Wildcat, and calls DOWC.BAT.  It is extremely important 
  52. that your EXEBBS.BAT file changes to the correct directory for Wildcat.
  53. This information MUST be in your EXEBBS.BAT file. The DOWC.BAT file 
  54. produced looks like this:
  55.  
  56. @ECHO OFF
  57. WILDCAT /B 14400MNP 640
  58. REM  ======================================
  59. REM   This file was created by IM2WC v1.0
  60. REM   For Users of InterMail and Wildcat!   
  61. REM    Copyright 1994 by Lawrence Gordon    
  62. REM  ======================================
  63.  
  64. DOWC.BAT executes Wildcat at the proper speed with the MNP flag and hard
  65. event time left. When Wildcat terminates, EXEBBS.BAT returns you to your 
  66. InterMail directory.
  67.  
  68.  
  69. III.     IM2WC without error correction
  70.  
  71. IM2WC will execute fine even without error correction on the remote
  72. modem, AS LONG AS the EC flag is set to "Y" in your InterMail setup.
  73. In that case, your DOBBS.BAT might look something like this:
  74.  
  75. EXEBBS 2400 2 628 / 1
  76.  
  77. On some modems, the DOBBS.BAT might look like this:
  78.  
  79. EXEBBS 2400 2 628 /None 1
  80.  
  81. The fourth argument of DOBBS.BAT is either the naked "/" symbol or "/None". 
  82. If IM2WC sees either of these, no MNP will be passed to Wildcat.
  83. The "/" symbol is produced only when EC is set to "Y", so it is
  84. extremely important that you NOT use IM2WC if you are not using
  85. error-correction for particular connect speeds.  With high-speed
  86. or error correcting modems, EC should be set to "Y" for all possible
  87. connect speeds in InterMail for IM2WC to work properly.
  88.  
  89. The DOWC.BAT produced with the above connection looks like this:
  90.  
  91. @ECHO OFF
  92. WILDCAT /B 2400 628
  93. REM  ======================================
  94. REM   This file was created by IM2WC v1.0
  95. REM   For Users of InterMail and Wildcat!   
  96. REM    Copyright 1994 by Lawrence Gordon    
  97. REM  ====================================== 
  98.  
  99. IV.     Freeware
  100.  
  101. IM2WC is freeware, meaning that you can use it to your heart's
  102. content without payment, but I retain the copyright to it. IM2WC
  103. is guaranteed to do nothing except take up space on your hard drive.
  104. If it crashes your system, I won't take any responsibility. What
  105. do you want for free?
  106.  
  107. V.      Oddball Connects
  108.  
  109. IM2WC will automatically fudge connect speeds of 7200, 12000 and 
  110. 16800 bps incoming calls.  Since Wildcat cannot handle connects
  111. at those speeds, IM2WC will "change" the connect speed of 7200
  112. connects to 9600, 12000 connects to 14400, and 16800 connects to
  113. 19200, and pass the supported connect speeds to Wildcat. IM2WC
  114. will now also support connect speeds greater than 19200. All
  115. connects greater than 19200 will be translated to 38400 for
  116. Wildcat.
  117.  
  118. VI.     Support
  119.  
  120. If you have any questions, problems or suggestions, you can do one
  121. of three things:
  122.  
  123. 1. Netmail me at FidoNet 1:100/560
  124. 2. Leave me a message in the FidoNet Wildcat or Intermail conferences
  125. 3. Call Toast House BBS at 314-994-0312
  126.  
  127. VII     Availability
  128.  
  129. This program is available on the MSI and InterMail Sales
  130. bulletin boards, Toast House BBS, and other fine bulletin board
  131. systems near you.
  132.  
  133. Lawrence Gordon, Author
  134. 4 Waverton
  135. St. Louis, MO  63124
  136.